paved road icon
paved-road-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- paved-road-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the paved road icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 3.569c0-.552-.414-1.01-.947-1.048a1.2 1.2 0 0 0-.303-.018c-6.566.451-12.145 4.411-14.89 10.022q-.262.531-.49 1.082A18.5 18.5 0 0 0 3 19.499l.014.746A1.18 1.18 0 0 0 4.192 21.5h8.73c.567 0 1.039-.438 1.08-1.004c.25-3.344 2.775-6.204 6.085-6.73c.526-.083.913-.536.913-1.07zm-2.26 5.744q.627-.07 1.26-.071v-1.5q-.717 0-1.427.08zm-3.045.786q.585-.242 1.19-.417L16.47 8.24a12.7 12.7 0 0 0-2.637 1.093l.725 1.314q.552-.306 1.137-.548m-3.65 2.44q.447-.448.94-.841l-.934-1.174a12.8 12.8 0 0 0-2.02 2.02l1.173.936q.393-.493.841-.94m-2.439 3.652q.243-.586.548-1.137l-1.313-.726a12.8 12.8 0 0 0-1.093 2.64l1.442.415q.174-.606.416-1.192M8.75 20.5q0-.634.07-1.26l-1.49-.168q-.08.71-.08 1.428z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPavedRoad24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M21 3.569c0-.552-.414-1.01-.947-1.048a1.2 1.2 0 0 0-.303-.018c-6.566.451-12.145 4.411-14.89 10.022q-.262.531-.49 1.082A18.5 18.5 0 0 0 3 19.499l.014.746A1.18 1.18 0 0 0 4.192 21.5h8.73c.567 0 1.039-.438 1.08-1.004c.25-3.344 2.775-6.204 6.085-6.73c.526-.083.913-.536.913-1.07zm-2.26 5.744q.627-.07 1.26-.071v-1.5q-.717 0-1.427.08zm-3.045.786q.585-.242 1.19-.417L16.47 8.24a12.7 12.7 0 0 0-2.637 1.093l.725 1.314q.552-.306 1.137-.548m-3.65 2.44q.447-.448.94-.841l-.934-1.174a12.8 12.8 0 0 0-2.02 2.02l1.173.936q.393-.493.841-.94m-2.439 3.652q.243-.586.548-1.137l-1.313-.726a12.8 12.8 0 0 0-1.093 2.64l1.442.415q.174-.606.416-1.192M8.75 20.5q0-.634.07-1.26l-1.49-.168q-.08.71-.08 1.428z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 3.569c0-.552-.414-1.01-.947-1.048a1.2 1.2 0 0 0-.303-.018c-6.566.451-12.145 4.411-14.89 10.022q-.262.531-.49 1.082A18.5 18.5 0 0 0 3 19.499l.014.746A1.18 1.18 0 0 0 4.192 21.5h8.73c.567 0 1.039-.438 1.08-1.004c.25-3.344 2.775-6.204 6.085-6.73c.526-.083.913-.536.913-1.07zm-2.26 5.744q.627-.07 1.26-.071v-1.5q-.717 0-1.427.08zm-3.045.786q.585-.242 1.19-.417L16.47 8.24a12.7 12.7 0 0 0-2.637 1.093l.725 1.314q.552-.306 1.137-.548m-3.65 2.44q.447-.448.94-.841l-.934-1.174a12.8 12.8 0 0 0-2.02 2.02l1.173.936q.393-.493.841-.94m-2.439 3.652q.243-.586.548-1.137l-1.313-.726a12.8 12.8 0 0 0-1.093 2.64l1.442.415q.174-.606.416-1.192M8.75 20.5q0-.634.07-1.26l-1.49-.168q-.08.71-.08 1.428z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-paved-road-24px {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%203.569c0-.552-.414-1.01-.947-1.048a1.2%201.2%200%200%200-.303-.018c-6.566.451-12.145%204.411-14.89%2010.022q-.262.531-.49%201.082A18.5%2018.5%200%200%200%203%2019.499l.014.746A1.18%201.18%200%200%200%204.192%2021.5h8.73c.567%200%201.039-.438%201.08-1.004c.25-3.344%202.775-6.204%206.085-6.73c.526-.083.913-.536.913-1.07zm-2.26%205.744q.627-.07%201.26-.071v-1.5q-.717%200-1.427.08zm-3.045.786q.585-.242%201.19-.417L16.47%208.24a12.7%2012.7%200%200%200-2.637%201.093l.725%201.314q.552-.306%201.137-.548m-3.65%202.44q.447-.448.94-.841l-.934-1.174a12.8%2012.8%200%200%200-2.02%202.02l1.173.936q.393-.493.841-.94m-2.439%203.652q.243-.586.548-1.137l-1.313-.726a12.8%2012.8%200%200%200-1.093%202.64l1.442.415q.174-.606.416-1.192M8.75%2020.5q0-.634.07-1.26l-1.49-.168q-.08.71-.08%201.428z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%203.569c0-.552-.414-1.01-.947-1.048a1.2%201.2%200%200%200-.303-.018c-6.566.451-12.145%204.411-14.89%2010.022q-.262.531-.49%201.082A18.5%2018.5%200%200%200%203%2019.499l.014.746A1.18%201.18%200%200%200%204.192%2021.5h8.73c.567%200%201.039-.438%201.08-1.004c.25-3.344%202.775-6.204%206.085-6.73c.526-.083.913-.536.913-1.07zm-2.26%205.744q.627-.07%201.26-.071v-1.5q-.717%200-1.427.08zm-3.045.786q.585-.242%201.19-.417L16.47%208.24a12.7%2012.7%200%200%200-2.637%201.093l.725%201.314q.552-.306%201.137-.548m-3.65%202.44q.447-.448.94-.841l-.934-1.174a12.8%2012.8%200%200%200-2.02%202.02l1.173.936q.393-.493.841-.94m-2.439%203.652q.243-.586.548-1.137l-1.313-.726a12.8%2012.8%200%200%200-1.093%202.64l1.442.415q.174-.606.416-1.192M8.75%2020.5q0-.634.07-1.26l-1.49-.168q-.08.71-.08%201.428z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/paved-road-24px.svg?color=%231a73e8&size=48