Forum

How to Add fill To An SVG?

This thread contains 1 reply, has 2 voices, and was last updated by Hitesh 5 years, 1 month ago.

  • Author Replies
    • #53643

      How to Add fill To An SVG?


    • #53645

      Working with SVGs, if the fill attribute has been added inline in the SVG, fill won’t work as expected.
      To solve this, Remove the fill attribute from the SVG itself or override fill: color.

      For example:
      .some-icon {
      fill: #137cbf;
      }

      This won’t work if the SVG has an inline fill. It should be:

      .some-icon path {
      fill: #137cbf;
      }


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha